ValidatingEventArgs Properties
An object defining properties for the ValidatingEventArgs class.
Messages
Gets or sets the collection of validation messages associated with the validation process.
Type: List<ValidationMessage>
Cancel
Gets or sets a value indicating whether the operation should be canceled based on validation results.
Type: bool
ResponseParameters
The response parameters associated with the event.
Type: ResponseParameters